home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / bm111.zip / BM.MAC < prev    next >
Text File  |  1990-08-21  |  1KB  |  32 lines

  1. ;                   BatMaster Macro Definition File
  2. ;
  3. ; Comments MUST be preceded by a semicolon and be the LAST text on a line
  4. ; Assign 40 character macro strings as follows:
  5. ;     use "s" or "S" and a digit (0..9) to assign SHIFT function key
  6. ;     use "c" or "C" and a digit (0..9) to assign CTRL function key
  7. ;     use "a" or "A" and a digit (0..9) to assign ALT function key
  8. ;     to assign SHIFT F10, CTRL-F10, or ALT-F10 use the 0 (zero) digit
  9. ;
  10. ;     Dual assignments can be made, i.e., two different keys can be
  11. ;     assigned the same string
  12. ;
  13. ;     If a function key designator appears twice in the list, the last
  14. ;     one assigned will be effective.  Ctrl-F10 is an example below.
  15. ;
  16. ;     Strings may be inserted into the editor by pressing the assigned
  17. ;     function key or by using F-9 from the editor to select from the
  18. ;     list.  This permits assignment of keys that may be used as "hot"
  19. ;     keys for TSR (pop-up) programs.
  20. ;
  21. s0 This string is assigned to Shift-f10    this will be truncated
  22. a5 This is Alt-F5  ; this is a comment
  23. a2 This is Alt-F2
  24. c0 Assigned to Ctrl-F10 the FIRST time
  25. c3 This is Ctrl-F3
  26. s1 This is Shft-F1
  27. c2 This is Ctrl-F2
  28. s2 This string is assigned to Shft-F2
  29. A4 Assigns Alt-F4
  30. c0 Assigned to Ctrl-F10 the LAST time
  31. a0 Assigns Alt-F10
  32.